home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / BattleForce.lha / BattleForce / ClickMeFirst.setup < prev    next >
Text File  |  1989-11-06  |  444b  |  20 lines

  1. echo "Installing configuration file s:BattleForce.cfg ..."
  2. if exists s:BattleForce.cfg
  3.     echo "Configuration file s:BattleForce.cfg already installed ..."
  4. else
  5.     copy s/BattleForce.cfg s:
  6. endif
  7.  
  8. echo "Installing Siesta font ..."
  9. if exists fonts:Siesta.font
  10.     echo "Siesta font already installed ..."
  11. else
  12.     copy fonts fonts:
  13. endif
  14.  
  15. echo "Assigning BattleForce: to current directory ..."
  16. assign BattleForce:
  17. assign BattleForce: ""
  18.  
  19. echo "All Done."
  20.